projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
5a26b65
53b7422
)
Auto merge of #2787 - alexcrichton:links-with-dots, r=brson
author
bors
<bors@rust-lang.org>
Fri, 17 Jun 2016 15:01:14 +0000
(08:01 -0700)
committer
GitHub
<noreply@github.com>
Fri, 17 Jun 2016 15:01:14 +0000
(08:01 -0700)
Don't re-look-up tables to avoid dots problem
If a `links` value has a `.` in the name Cargo would previously panic, but this
alters the code to be more principled about lookup in tables to ensure that we
don't misinterpret the names.
Closes #2786
Trivial merge